home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / c / crc32fj.lha / crc32fj.readme < prev   
Encoding:
Text File  |  1999-08-06  |  773 b   |  19 lines

  1. Short:    crc32fj - Cycle Redundancy Check 32-bit
  2. Author:   Finn Jacobs <finnjacobs@gmx.net>
  3. Uploader: Finn Jacobs <finnjacobs@gmx.net>
  4. Type:     dev/c
  5.  
  6. CRC32 - Cycle Redundancy Check 32-bit:
  7.  
  8. mostly the best way of getting a "fingerprint" of something
  9. to check for valid data. But this program (routines) are not
  10. a guideline to this. If you want more information about crc's
  11. then check "file verification using crc" by Mark R. Nelson in
  12. Dr.Dobb's Journal, May 1992, pp64-67, or "understanding CRCs"
  13. by Tim Kientzle in Dr. Dobb's Journal, April 1997, pp103-107.
  14. Both articles are best for understanding crc's :)
  15.  
  16. I programmed this routines to have good and fast routines in
  17. back for my projects. So you will find a generator for crc32
  18. to a memoryblock and to a filestream.
  19.